Supporting Structs and Enums

  • Enum representing the four types of object changes a FetchedResultsController will notify you about.

    Change type when an object is inserted. - parameter object: The inserted object of type <T> - parameter indexPath: The NSIndexPath of the new object

    See more

    Declaration

    Swift

    public enum FetchedResultsObjectChange<T: NSManagedObject>
  • Enum representing the two type of secton changes a FetchedResultsController will notify you about.

    See more

    Declaration

    Swift

    public enum FetchedResultsSectionChange<T: NSManagedObject>
  • Section info used during the notification of a section being inserted or deleted.

    See more

    Declaration

    Swift

    public struct FetchedResultsSectionInfo<T: NSManagedObject>